home *** CD-ROM | disk | FTP | other *** search
- <html>
- <body bgcolor=white text=black>
-
- <script src=common.js>
- </script>
-
- <center><font size=7>###SHOP_NAME###</font></center><hr>
-
- <form method=POST action="###CHECKOUT_ACTION###">
-
- <input type=hidden name=mailto value="###SALES_EMAIL###">
-
- <input type=hidden name="Form Name" value="
- Online Order Form for ###SHOP_NAME###">
- <center>
- Please rush my order for the items I have requested. I am paying for this merchandise by:<p>
- <center>
-
- ###CREDIT_CARDS###
-
- </center>
-
- <p><font size=2>(Please fill in all the information below)</font><br>
- <table border=2 cellpadding=5 cellspacing=5>
- <tr><td>Full Name:</td><td><input type=text name="Full Name" size=50></td></tr>
- <tr><td>Address:</td><td><input type=text name=Address size=50></td></tr>
- <tr><td>City:</td><td><input type=text name=City size=50></td></tr>
- <tr><td>State/Prov:</td><td><input type=text name="State/Prov" size=50></td></tr>
- <tr><td>Postal Code:</td><td><input type=text name="Postal Code" size=50></td></tr>
- <tr><td>Country:</td><td><input type=text name=Country size=50></td></tr>
- <tr><td>Phone:</td><td><input type=text name=Phone size=50></td></tr>
- <tr><td>Fax:</td><td><input type=text name=Fax size=50></td></tr>
- <tr><td>Email:</td><td><input type=text name=Email size=50></td></tr>
- <tr><td>How did you find our web site?</td><td>
-
- <select name="Found Site">
- <option value=NONE>- Please provide this information -
- <option value="Software repository or listing">Software repository or listing (please specify name)
- <option value="Link from other site">Link from other site (please specify name)
- <option value="Search engine">Search engine (please specify search engine)
- <option value="Printed ad">Printed ad (please specify publication)
- <option value="Usenet">Usenet (please specify newsgroup)
- <option value="Sales Rep">Sales Rep (please give name)
- <option value="I do not remember">I do not remember
- <option value="Word of mouth">Word of mouth
- <option value="Banner">Banner
- <option value="Other">If other please specify
- </select><br>
- <input type=text name="Found Site Info" size=50>
-
- </td></tr>
-
- </table><p>
-
- ###INVOICE###
-
- <script language="JavaScript">
- ShowInvoice();
- </script>
-
- <p>
-
- ###SHOP_INFO###
-
- <p>
-
- Thank you for your business.<p>
- <font size=2>(If you are ordering by mail or fax click anywhere on this frame then hit the print button on your browser.)</font><p>
-
- <script language=javascript>
- ReferrerCookie = 'Referrer';
- ReferrerVal = GetCookie(ReferrerCookie);
-
- document.writeln('<input type=hidden name=Referrer value=' +ReferrerVal+ ' >');
-
- // Uncomment the following line if you want a once only referral
- DeleteCookie(ReferrerCookie);
- </script>
-
- <input type=submit value="###CC_BUTTON###">
- <p>
-
-
- </form>
- </center>
-
- </body>
- </html>